GetCredentialResponse

data class GetCredentialResponse(credential: Credential)

Represents response frame that is returned from WebAuthn#getCredential operation call. Returns a single credential stored in the given virtual authenticator that matches the credential ID.

See also

Constructors

GetCredentialResponse
Link copied to clipboard
fun GetCredentialResponse(credential: Credential)

Properties

credential
Link copied to clipboard
val credential: Credential

Sources

jvm source
Link copied to clipboard